/* from bootstrap */

.vertical-align-middle {
  vertical-align: middle;
}

.hidden-xs {
  display: block !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* specific to nav header */


#donate_banner {
  display: table;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 120px;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  background-color: #fff;
  position: relative;
  border-bottom: solid 5px #00c4da;
}

#donate_banner *, #donate_banner *:before, #donate_banner *::after {
  box-sizing: inherit;
}

#donate_banner .donate-close {
  -webkit-appearance: none;
  align-items: flex-start;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: rgb(0, 0, 0);
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(0, 0, 0);
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: rgb(0, 0, 0);
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: rgb(0, 0, 0);
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: block-inline;
  position: absolute;
  top: 0px;
  right: 7px;
  z-index:1000;
  font-size: 26px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 26px;
  letter-spacing: normal;
  line-height: 26px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: 0px;
  opacity: 0.3;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  text-align: center;
  text-indent: 0px;
  text-rendering: auto;
  text-shadow: rgb(255, 255, 255) 0px 1px 0px;
  text-transform: none;
  width: 14.6094px;
  word-spacing: 0px;
  writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
}

#donate_banner .donate-body {
  padding: 20px;
  margin: 0;
  border: 0;
  display: table-cell;
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  position: relative;
}

#donate_banner .donate-body::after {
  content: '';
  position: absolute;
  margin-top: -10px;
  right: -10px;
  top: 50%;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #d7d7d7;
  border-top: 10px solid transparent;
  clear: both;
}

.donate-body-blue {
  background-color: #d7d7d7;
}

.donate-body-white {
  background-color: #fff;
}

.donate-body-telethon {
  background-color: #000;
  color: #fff;
}

#donate_banner .donate-form {
  width: 270px;
}

#donate_banner .donate-form .white-box {
  background-color: #fff;
  padding: 0 0 6px 0;
}

#donate_banner .clearing {
	height: 0;
	clear: both;
}

/* form buttons etc */
#donate_banner div.donate-form div div fieldset {
  border: 0px;
  padding: 1px;
  text-align: center;
}


#donate_banner .donate-form div.donate-form-section {
  background-color: #fff;
}

#donate_banner .donate-form div.donate-form-section .helper {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

#donate_banner .donate-form div.donate-form-section .vertical-align-middle {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
}

#donate_banner .donate-form div.donate-form-section ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

#donate_banner .donate-form div.donate-form-section li {
  display: inline-block;
  border-radius: 2px;
  text-align: left;
  vertical-align: middle;
}

#donate_banner .donate-form div.donate-form-section li label,
#donate_banner .donate-form div.donate-form-section li input {
  font-weight: normal;
  cursor: pointer;
}

@media (max-width: 767px) {
  #donate_banner .donate-form div.donate-form-section li label,
  #donate_banner .donate-form div.donate-form-section li input {
    font-size: 12px;
  }

  #donate_banner .donate-body {
    display: block;
    margin-bottom: 30px;
  }

  #donate_banner .donate-form {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  #donate_banner {
    border-bottom: none;
  }

  #donate_banner .donate-body::after {
    margin-left: -10px;
    margin-top: initial;
    left: 50%;
    right: initial;
    bottom: -10px;
    top: initial;
    border-top: 10px solid #d7d7d7;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  #donate_banner .donate-form div.donate-form-section li label,
  #donate_banner .donate-form div.donate-form-section li input {
    font-size: 12px;
  }
}

#donate_banner .donate-form div.donate-form-section li label {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  margin-bottom: 0;
}

#donate_banner .donate-form div.donate-form-section input[type="radio"] {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#donate_banner .donate-form div.donate-form-section input[type="radio"]:focus + label {
  outline: 3px lightblue solid;
}

#donate_banner .donate-form div.donate-form-section .donationtype {
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
}

#donate_banner .donate-form div.donate-form-section .donationtype li {
  height: 28px;
}

#donate_banner .donate-form div.donate-form-section .donationtype input[type="radio"] + label {
  background: white;
  color: #000;
  border: 1px solid #ccc;
  padding: 0px 5px 0px 5px;
}

@media (max-width: 767px) {
  #donate_banner .donate-form div.donate-form-section .donationtype input[type="radio"] + label {
    max-width: 140px;
  }
}

@media (min-width: 768px) {
  #donate_banner .donate-form div.donate-form-section .donationtype input[type="radio"] + label {
    max-width: 180px;
  }
}

#donate_banner .donate-form {
  min-height: 131px;
}

#donate_banner .donate-form div.donate-form-section .donationtype input[type="radio"]:checked + label,
#donate_banner .donate-form div.donate-form-section .donationtype input[type="radio"] + label:hover {
  background: #6db3d4;
  color: white;
  border: 1px solid #ccc;
}

#donate_banner .donate-form div.donate-form-section .donationlevel {
  margin-bottom: 1px;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

#donate_banner .donate-form div.donate-form-section .donationlevel li {
  margin: 1px 1px;
}

#donate_banner .donate-form div.donate-form-section .donationlevel input[type="radio"] + label,
#donate_banner .donate-form div.donate-form-section .donationlevel input[type="radio"] + .blue-bg {
  color: #000;
  background-color: white;
  border-radius: 2px;
  padding: 0px 5px 0px 5px;
  width: 40px;
  height: 28px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}

@media (max-width: 767px) {
  #donate_banner .donate-form div.donate-form-section .donationlevel input[type="radio"] + label,
  #donate_banner .donate-form div.donate-form-section .donationlevel input[type="radio"] + .blue-bg {
    color: #000;
    background-color: white;
    border-radius: 2px;
    padding: 0px 5px 0px 5px;
    width: 50px;
    height: 30px;
    display: inline-block;
    margin: 0;
  }
  #donate_banner .donate-form div.donate-form-section .donationlevel li {
    margin: 2px 1px;
  }
  #donate_banner .donate-form div.donate-form-section .donationlevel {
    margin-bottom: 2px;
  }
}


#other_amt {
  vertical-align: top;
}
#other_amt .blue-bg {
  height: 100%;
}

#donate_banner .donate-form div.donate-form-section .donationlevel input[type="radio"]:checked + label,
#donate_banner .donate-form div.donate-form-section .donationlevel input[type="radio"]:checked + .blue-bg {
  background-color: #6db3d4;
  color: white;
}

#donate_banner .donate-form div.donate-form-section .donationlevel input[type="radio"]:checked + .blue-bg input#amount_custom {
  color: white;
}

#donate_banner .donate-form div.donate-form-section .donationlevel input[type="radio"] + label:hover {
  background-color: #6db3d4;
  color: white;
}


#donate_banner .donate-form div.donate-form-section .donationlevel #other_amt input[type="radio"] + .blue-bg {
  width: 130px;
}

#donate_banner .donate-form div.donate-form-section .donationlevel #other_amt input#amount_custom {
  width: 60px;
  text-align: right;
  vertical-align: middle;
  line-height: 0px;
  font-size: 14px;
  padding: 0;
  max-height: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  margin: 0;
}

#donate_banner .donate-form div.donate-form-section .service #oneoff_buttons {
  text-align: center;
}

#donate_banner .donate-form div.donate-form-section .service #subscription_buttons {
  text-align: center;
}

#donate_banner .donate-form div.donate-form-section .service .button-wrap:before {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: top;
}

#donate_banner .donate-form div.donate-form-section .service .button-wrap {
  max-width: 85px;
  height: 32px;
  background-color: white;
  border: 1px solid #ccc;
  margin: 0px 1.5px 0px 1.5px;
  text-align: center;
  display: inline-block;
  padding: 0px 6px 0px 6px;
}

#donate_banner .donate-form div.donate-form-section .service .button-wrap:hover,
#donate_banner .donate-form div.donate-form-section .service .button-wrap:focus {
  /* can be treated like a fallback */
  background-color: #f1f1f1;
  /* will be "on top", if browser supports it */
  background-image: linear-gradient(#fff, #f1f1f1);
  /* these will reset other properties, like background-position, but it does know what you mean */
  background: #f1f1f1;
  background: linear-gradient(#fff, #f1f1f1);
}

#donate_banner .donate-form div.donate-form-section .service form {
  text-align: center;
}

#donate_banner .donate-form div.donate-form-section .service .button-wrap input[type="image"],
#donate_banner .donate-form div.donate-form-section .service .button-wrap img {
  max-height: 24px;
}

#donate_banner .donate-form div.donate-form-section .service #subscription_buttons {
  display: none;
}

#donate_banner .donate-form div.donate-form-section .service .button-wrap[id^=stripe] button {
  border: none;
  background: none;
}



#donate_banner .challenge {
  text-align: center;
  font-size: 17pt;
  line-height: 1.4;
  max-width:1174px;
  margin: 0 auto;
}

#donate_banner .challenge em {
  text-decoration: none;
  font-style: normal;
}

#donate_banner .challenge .highlight {
  padding: 0;
  background-color: transparent;
  color: black;
  font-weight:bold;
}

#donate_banner a.telethon {
  border-radius: 2px;
  padding: 5px 10px 5px 10px;
  background-color: rgb(231, 76, 59);
  color:#fff;
}

.sr-only {
  /*http://webaim.org/techniques/css/invisiblecontent/*/
  position: absolute;
  clip: rect(0, 0, 0, 0);
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#stripeOneTime, #stripeMonthly {
  cursor :pointer;
  color: #333;
}

.donate-logo  {
  text-align: center;
  margin-top: 5px;
  margin-bottom:13px;
  font-size: 16px;
  font-weight: bold;
}
.donate-logo img {
  max-width: 70%;
  height:auto;
}
.donate-other-text {
  position: relative;
  font-weight: normal !important;
}

/* Later Link */
.donate-later-wrap {
  position: relative;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
}

.donate-later-wrap a {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}

.donate-dropdown {
  position: absolute;
  right: 50%;
  top: 30px;
  margin-right: -25px;
  background: rgb(255, 255, 255);
  border-radius: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  width: 300px;
  padding: 15px;

  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15 ease-in-out, visibility 0s 0.15;

  z-index: 10000;
  min-height: 240px;
}

.donate-dropdown .reminder-success.hidden {
  padding: 40px 0;
  display: none;
}

.donate-dropdown .reminder-success {
  display: block;
}

.donate-dropdown.is-open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}

.donate-dropdown::after {
  content: '';
  position: absolute;
  right: 20px;
  top: -6px;
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  box-sizing: border-box;
  background-color: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .donate-dropdown {
    left: 10px;
    right: 34px;
    width: unset;
  }

  .donate-dropdown::after {
    right: 50%;
  }
}

.donate-dropdown label {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.donate-dropdown form input,
.donate-dropdown form button {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 12px;
}

.donate-dropdown .error-email {
  display: none;
  color: #cc0033;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 5px 0;
  text-align: left;
}

.donate-dropdown form button {
  color: white;
  background-color: #6db3d4;
  border-color: transparent;
}

.close-donate-dropdown {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}

.close-donate-dropdown span {
  font-size: 18px;
}

.payment-secure-notice {
  line-height: 15px;
  text-align: center;
  margin: 10px 0 0 0;
}

.payment-secure-notice small {
  font-size: inherit;
}

/* -- ol specific setting */
.donate-form-section fieldset {
  margin: 0;
}

.donate-form-section h5 {
  margin: 10px 0;
  color: black;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 1.1;
}

#donate_banner .donate-form div.donate-form-section .donationlevel .blue-bg input#amount_custom {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
}
/* ol specific setting -- */

#donate_banner .donate-form-section legend {
  margin-bottom: 0;
  border: none;
}

ul.donationtype li label {
  text-transform: uppercase;
}

#donate_reminder_form.hidden {
  display: none;
}

/* -- donation banner body text */
#donate_banner .donate-body .donate-notification {
  /* Negative margin to fill space horizontally. */
  margin: 20px -20px;
  background-color: #ffbd50;
  padding: 10px 20px;
}

/* Stick to top of container on large screens. */
@media (min-width: 768px) {
  #donate_banner .donate-body .donate-notification {
    margin: -20px -20px 10px;
  }
}

#donate_banner .donate-body .donate-notification > strong {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  font-weight: bold;
  vertical-align: top;
}

#donate_banner .donate-body .donate-notification-v2 > strong {
  text-transform: uppercase;
}

#donate_banner .donate-body .donate-greeting,
#donate_banner .donate-body .donate-greeting-noex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
}

#donate_banner .donate-body .donate-greeting::before,
#donate_banner .donate-body .donate-notification > strong::before {
  content: "\00021";

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.2857142857em;
  flex: 0 0 1.2857142857em;
  width: 1.2857142857em;
  height: 1.2857142857em;
  line-height: 1.2857142857em;

  /* Line height leaves space for descenders, so adjust with some extra spacing. */
  padding: 0.11em;
  margin-right: 10px;

  border-radius: 100%;
  background-color: #333;
  color: white;

  font-weight: bold;
  font-size: 14px;

  /* -webkit-body to show good-looking exclamation mark, confirmed to be cross-browser */
  font-family: -webkit-body;
  text-align: center;
}

#donate_banner .donate-body .donate-notification > strong::before {
  color: #ffbd50;
}

#donate_banner .donate-body .donate-progress-notification {
  margin: -20px -20px 20px;
  background-color: #696969;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px;
  color: white;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.donate-progress-bar {
  background-color: white;
  padding: 0;
  border: 2px solid rgba(255,255,255,0.878);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  height: 30px;
  width: 50%;
}

.donate-progress-bar .donate-filler-green {
  background-color: #00c486;
  text-align: right;
  padding-right: 3px;
  height: 100%;
  font-size: 14px;
}

.donate-progress-bar .donate-filler-blue {
  background: #57b6d2;
  text-align: right;
  padding-right: 3px;
  height: 100%;
  font-size: 14px;
  position: relative;
}

.donate-progress-bar .donate-filler-blue .progress-value {
  position: absolute;
  right: 3px;
  top: 30px;
}

#donate_banner .donate-body .thermometer {
  margin-top: 30px;
  padding: 10px 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#donate_banner .donate-body .donate-goal {
  text-align: left;
  padding: 0px 10px;
  font-size: 16px;
  text-transform: uppercase;
}

#donate_banner .donate-body .highlight {
  text-decoration: underline;
  padding: 2px;
  background-color: #fffdcd;
  font-weight: normal;
}

#donate_banner .donate-body q,
#donate_banner .donate-body address {
  font-style: italic;
}

#donate_banner .donate-body .bk-image {
  float: left;
  margin: -10px 10px -10px -10px;
}

@media (max-width: 767px) {
  #donate_banner .snowglobe-image {
    text-align:center;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    height: 160px;
  }
}
@media (min-width: 768px) {
  #donate_banner .snowglobe-image {
    float: left;
    height: 120px;
    width: auto;
  }
}
/* donation banner body text -- */
